home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000159_news@watsun.cc.columbia.edu _Thu Jan 28 01:48:22 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id BAA29607
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 28 Jan 1999 01:48:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id BAA16003
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 28 Jan 1999 01:25:05 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Jagan Annamalai <jagan@uh.edu>
  10. Subject: Re: Data Acquisition / RS-232
  11. Date: Thu, 28 Jan 1999 00:29:47 -0600
  12. Organization: University of Houston
  13. Message-ID: <36B003DB.4A064936@uh.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. Thanks for the quick response!
  17.  
  18. -Jagan
  19.  
  20. Frank da Cruz wrote:
  21.  
  22. > In article <36AFB26B.20B3C638@uh.edu>, Jagan Annamalai  <jagan@uh.edu> wrote:
  23. > : I am trying to collect data from a Mass Spec, RS-232 (ASCII format, I
  24. > : can set the baud rate, etc).
  25. > :
  26. > : I downloaded MS-kermit. What commands do I use so that the data (for a
  27. > : given amount of time) is saved in a file on the PC?
  28. > :
  29. > : I have the manual by Gianone, but I am not able to figure it out :(
  30. > : Step by step instructions would be greatly appreciated.
  31. > :
  32. > log session fff
  33. > input xxx yyy
  34. > close session
  35. >
  36. > In this example, fff is the name of the desired capture file, xxx is the
  37. > desired time interval, and yyy is a string that will never come.  This
  38. > makes it record into the file for xxx seconds.
  39. >
  40. > - Frank
  41.